home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / desktop / dviwin29.zip / GENALL2.CMD < prev    next >
OS/2 REXX Batch file  |  1994-12-01  |  515b  |  18 lines

  1. @echo off
  2. if +%TEMP%==+ set TEMP=%TMP%
  3. if exist %TEMP%\lock_$_$.cmd goto RUNNING
  4. copy %1 %TEMP%\lock_$_$.cmd > nul
  5. del %1
  6. call %TEMP%\lock_$_$
  7. del %TEMP%\lock_$_$.cmd
  8. goto GETOUT
  9. :RUNNING
  10. echo/
  11. echo It seems that another instance of this batch file is already running.
  12. echo If this is true, please wait until it finishes and then run this batch
  13. echo file again. If on the other hand this is not true, delete the file
  14. echo %TEMP%\lock_$_$.cmd and then run this batch file again.
  15. echo/
  16. pause
  17. :GETOUT
  18.